PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocumentHeadersFooters Class


In This Topic
    PDFFlowDocumentHeadersFooters Class Methods
    In This Topic

    For a list of all members of this type, see PDFFlowDocumentHeadersFooters members.

    Public Methods
     NameDescription
    Public MethodGets the footer for even pages in the document.  
    Public MethodGets the header for even pages in the document.  
    Public MethodGets the footer for the first page.  
    Public MethodGets the header for the first page.  
    Public MethodGets the document main footer.
    The main footer is displayed on all document pages.  
    Public MethodGets the document main header.
    The main header is displayed on all document pages.  
    Public MethodSets the footer for even pages in the document.
    If this method is called with null, no footer is displayed on even pages. When the method is called, this method is also set to the same value. If you want a different footer for even pages, call this method after calling the method.  
    Public MethodSets the header for even pages in the document.
    If this method is called with null, no header is displayed on even pages. When the method is called, this method is also set to the same value. If you want a different header for even pages, call this method after calling the method.  
    Public MethodSets the footer for the first page.
    If this method is called with null, no footer is displayed on the first document page. When the method is called, this method is also set to the same value. If you want a different footer for the first page, call this method after calling the method.  
    Public MethodSets the header for the first page.
    If this method is called with null, no header is displayed on the first document page. When the method is called, this method is also set to the same value. If you want a different header for the first page, call this method after calling the method.  
    Public MethodSets the document main footer.
    The main header is displayed on all document pages. When this method is set, the and methods are also set to the same value.  
    Public MethodSets the document main header.
    The main header is displayed on all document pages. When this method is set, the and methods are also set to the same value.  
    Top
    See Also